home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / ANTIVIR / OLD / VACCINE / VACCINE.ENG next >
Text File  |  1995-04-19  |  2KB  |  32 lines

  1.          Antiviral vaccine for MS DOS executable files (*.EXE)
  2.          Developped by Rustam M. Abdrakhimov (rust@vnukovo.msk.su)
  3.  
  4.      The vaccine is intended to prevent running of vaccined program after
  5. infecting by almost any virus (including stealth). Only two special types of
  6. virii cann't be recognized by the vaccine.
  7.    Usually vaccine doesn't enlarge size of a file. Increase of file size
  8. may be up to 256 byte.
  9.    You can vaccinate any executable (*.EXE) file for DOS. A vaccined file
  10. works right always, except self-checking files, that don't need a vaccination.
  11.    Command-line format:
  12.  
  13. VACCINE [options] <Path+Name>
  14.  
  15. Path+Name:
  16.    The name of file for vaccination with full or truncated path.
  17. Wildcards ( "*" and "?") allowed.
  18.    If you vaccinate group of file, using of *.EXE extention is recommended.
  19. Otherwise *.DLL files and other files with DOS header may be vaccinated too.
  20.  
  21. Options:
  22.    Version 1.0 allows 5 options: y,b,r,d,a
  23. -y - Assume "Yes" automatical on question about increasing size of vaccinating
  24.    file. Otherwise increasing of file size must be confirmed every time.
  25. -b - Make *.BAK files with old version of vaccinated files. Using this option
  26.    for vaccinating one file is recommended, but it is not recommended
  27.    for vaccinating any group of files.
  28. -r - Recurse subdirerctories. Use this option to vaccinate all files in
  29.    current directory and subdirectories.
  30. -d - Delete code of vaccine from vaccinated files. Warning: a restored file may
  31.    be different from the original state of the file.
  32. -a - Vaccinate Read/Only files.